projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc7eeb5
)
(pcomplete-show-completions): Search all frames for completions
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 5 Mar 2007 17:32:38 +0000
(17:32 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 5 Mar 2007 17:32:38 +0000
(17:32 +0000)
buffer.
lisp/pcomplete.el
patch
|
blob
|
history
diff --git
a/lisp/pcomplete.el
b/lisp/pcomplete.el
index 1ca617a08a50cae65d480bf4d1ce16e798fe6c51..6caffddaa01c67a14227cb6e66f2a71fdab34656 100644
(file)
--- a/
lisp/pcomplete.el
+++ b/
lisp/pcomplete.el
@@
-982,7
+982,7
@@
Typing SPC flushes the help buffer."
;; Needed on a terminal
(event-matches-key-specifier-p event 9))
(save-selected-window
- (select-window (get-buffer-window "*Completions*"))
+ (select-window (get-buffer-window "*Completions*"
t
))
(if (pos-visible-in-window-p (point-max))
(goto-char (point-min))
(scroll-up)))